Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Latest commit

 

History

History

Visual Studio 2013 SDK Samples

Visual Studio 2013 SDK Samples

License

  • Apache License, Version 2.0

Technologies

  • Visual Studio 2013

Topics

  • Extensibility

Updated

  • 05/30/2014

Description

Visual Studio 2013 SDK Samples

Visual Studio 2013 is an integrated development environment (IDE) that allows you to develop a wide variety of software applications quickly and easily. The Visual Studio SDK provides a framework that you can use to extend the functionality of Visual Studio 2013.

To get started first you will need to download and installed Visual Studio 2013 and the Visual Studio 2013 SDK.  

  1. Visual Studio 2013
  2. Visual Studio 2013 SDK

 The Visual Studio 2013 SDK will help you extend all aspects of the Visual Studio IDE.  These samples will help provide examples on how to extend the following areas of Visual Studio:

  • Adding menus and commands into the Menu system
  • Creating new Tool Windows
  • Extending the built in code editor
  • Creating new project and item templates
  • Creating and distributing custom controls
  • Adding new options in the Tools options dialog
  • Working with existing assests in project systems
  • Extending MSBuild
  • Creating new project systems
  • Managed, native and custom Debugger integration
close